From 0933e446c9e85f92f5213355ababaa3821dfff9b Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Fri, 16 Dec 2005 15:17:39 +0000 Subject: [PATCH] Just some updates for the hivemind --- gpsbabel/intdoc/SA2003_an1_dump.pl | 8 +++++--- gpsbabel/intdoc/SA2003_annotations.txt | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gpsbabel/intdoc/SA2003_an1_dump.pl b/gpsbabel/intdoc/SA2003_an1_dump.pl index 8bd7ce323..726655055 100644 --- a/gpsbabel/intdoc/SA2003_an1_dump.pl +++ b/gpsbabel/intdoc/SA2003_an1_dump.pl @@ -143,8 +143,8 @@ while ( $wptcount ) { ($magic, $unk1, $lon, $lat, $type, $height, $width, $unk2, $unk3, $serial, $unk4, $create_zoom, $visible_zoom, $unk5, $circle_radius, $name, $font, - $guid, $fontcolor, $fontstyle, $fontsize, $unk6, $outlinecolor, $unk7, - $fillcolor, $unk8, $unk9 ) = + $guid, $fontcolor, $fontstyle, $fontsize, $outlineweight, $outlinecolor, + $outlineflags, $fillcolor, $unk6, $fillflags ) = shiftunpack( 'slllsllssssCCsds/a*s/a*a[16]lllllllll' ); # fontcolor is BGR (i.e. pure blue is 0xff00000, pure red is 0x0000ff) @@ -170,7 +170,9 @@ while ( $wptcount ) { $rect_width = $width/0x800000; printf ( "$magic -- %x %x %x %x %x %x %x %x %x -- $type $types[$type] $lat $lon %s $imagenames{$guid} '$name'\n", - $unk1, $unk2, $unk3, $unk4, $unk5, $unk6, $unk7, $unk8, $unk9, decodeGuid( $guid ) ); + $unk1, $unk2, $unk3, $unk4, $unk5, $unk6, decodeGuid( $guid ) ); + + printf (" %d height %d width %x fill %x outline %x fillstyle\n", $height, $width, $fillcolor, $outlinecolor, $fillflags); $wptcount--; } diff --git a/gpsbabel/intdoc/SA2003_annotations.txt b/gpsbabel/intdoc/SA2003_annotations.txt index 6cea4454d..2a6bd437a 100644 --- a/gpsbabel/intdoc/SA2003_annotations.txt +++ b/gpsbabel/intdoc/SA2003_annotations.txt @@ -32,7 +32,7 @@ I've also added notes to indicate where SA 2005 puts extra data -- end of routefile header -- - 03 00 00 00 count + 03 00 00 00 count of control points 01 00 type? 64 00 00 00 size -- 2.30.2